ComponentOne FlexGrid for WinForms
SortableBindingList<T> Constructor(IList<T>)

C1.Win.C1FlexGrid Namespace > SortableBindingList<T> Class > SortableBindingList<T> Constructor : SortableBindingList<T> Constructor(IList<T>)
An IList of items to be contained in the BindingList.
Initializes a new instance of the SortableBindingList<T> class.
Syntax
'Declaration
 
Public Function New( _
   ByVal list As IList(Of T) _
)
public SortableBindingList<T>( 
   IList<T> list
)

Parameters

list
An IList of items to be contained in the BindingList.
See Also

Reference

SortableBindingList<T> Class
SortableBindingList<T> Members
Overload List